3.64 \(\int (4+12 x+9 x^2)^{3/2} \, dx\)

Optimal. Leaf size=23 \[ \frac {1}{12} (3 x+2) \left (9 x^2+12 x+4\right )^{3/2} \]

[Out]

1/12*(2+3*x)*(9*x^2+12*x+4)^(3/2)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 23, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {609} \[ \frac {1}{12} (3 x+2) \left (9 x^2+12 x+4\right )^{3/2} \]

Antiderivative was successfully verified.

[In]

Int[(4 + 12*x + 9*x^2)^(3/2),x]

[Out]

((2 + 3*x)*(4 + 12*x + 9*x^2)^(3/2))/12

Rule 609

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((b + 2*c*x)*(a + b*x + c*x^2)^p)/(2*c*(2*p + 1
)), x] /; FreeQ[{a, b, c, p}, x] && EqQ[b^2 - 4*a*c, 0] && NeQ[p, -2^(-1)]

Rubi steps

\begin {align*} \int \left (4+12 x+9 x^2\right )^{3/2} \, dx &=\frac {1}{12} (2+3 x) \left (4+12 x+9 x^2\right )^{3/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 20, normalized size = 0.87 \[ \frac {1}{12} (3 x+2) \left ((3 x+2)^2\right )^{3/2} \]

Antiderivative was successfully verified.

[In]

Integrate[(4 + 12*x + 9*x^2)^(3/2),x]

[Out]

((2 + 3*x)*((2 + 3*x)^2)^(3/2))/12

________________________________________________________________________________________

fricas [A]  time = 1.04, size = 19, normalized size = 0.83 \[ \frac {27}{4} \, x^{4} + 18 \, x^{3} + 18 \, x^{2} + 8 \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((9*x^2+12*x+4)^(3/2),x, algorithm="fricas")

[Out]

27/4*x^4 + 18*x^3 + 18*x^2 + 8*x

________________________________________________________________________________________

giac [B]  time = 0.39, size = 45, normalized size = 1.96 \[ \frac {3}{4} \, {\left (3 \, x^{2} + 4 \, x\right )}^{2} \mathrm {sgn}\left (3 \, x + 2\right ) + 2 \, {\left (3 \, x^{2} + 4 \, x\right )} \mathrm {sgn}\left (3 \, x + 2\right ) + \frac {4}{3} \, \mathrm {sgn}\left (3 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((9*x^2+12*x+4)^(3/2),x, algorithm="giac")

[Out]

3/4*(3*x^2 + 4*x)^2*sgn(3*x + 2) + 2*(3*x^2 + 4*x)*sgn(3*x + 2) + 4/3*sgn(3*x + 2)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 35, normalized size = 1.52 \[ \frac {\left (27 x^{3}+72 x^{2}+72 x +32\right ) \left (\left (3 x +2\right )^{2}\right )^{\frac {3}{2}} x}{4 \left (3 x +2\right )^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((9*x^2+12*x+4)^(3/2),x)

[Out]

1/4*x*(27*x^3+72*x^2+72*x+32)*((3*x+2)^2)^(3/2)/(3*x+2)^3

________________________________________________________________________________________

maxima [A]  time = 2.96, size = 30, normalized size = 1.30 \[ \frac {1}{4} \, {\left (9 \, x^{2} + 12 \, x + 4\right )}^{\frac {3}{2}} x + \frac {1}{6} \, {\left (9 \, x^{2} + 12 \, x + 4\right )}^{\frac {3}{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((9*x^2+12*x+4)^(3/2),x, algorithm="maxima")

[Out]

1/4*(9*x^2 + 12*x + 4)^(3/2)*x + 1/6*(9*x^2 + 12*x + 4)^(3/2)

________________________________________________________________________________________

mupad [B]  time = 0.05, size = 19, normalized size = 0.83 \[ \frac {\left (9\,x+6\right )\,{\left (9\,x^2+12\,x+4\right )}^{3/2}}{36} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((12*x + 9*x^2 + 4)^(3/2),x)

[Out]

((9*x + 6)*(12*x + 9*x^2 + 4)^(3/2))/36

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (9 x^{2} + 12 x + 4\right )^{\frac {3}{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((9*x**2+12*x+4)**(3/2),x)

[Out]

Integral((9*x**2 + 12*x + 4)**(3/2), x)

________________________________________________________________________________________